Click or drag to resize

FastDictionaryTKey, TValueIEnumerableTValueGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax

Return Value

Type: IEnumeratorTValue
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also